break
Pascal
C/C++
w
if, while, repeat, for, or
case
w
begin
w
…
w
…
w
goto 1
w
…
w
end;
w
1:
if, while, do, for or
switch
{
…
…
break;
…
}